home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 1_general / dcc / send < prev   
Encoding:
Text File  |  2001-03-21  |  898 b   |  28 lines

  1. Synopsis:
  2.    dcc send [=]<nick> <file> [<file> ...]  [-port <port>]
  3.  
  4. Description:
  5.    DCC SEND offers files to a remote client over DCC.  The remote client
  6.    must of course acknowledge with a DCC GET in order to begin the file
  7.    transfer.
  8.  
  9.    If a DCC CHAT with the remote client already exists, the SEND request
  10.    can be sent over that connection by prefixing the nickname with a '='.
  11.    This speeds up the handshake considerably.  Of course, the remote
  12.    client must be able to deal with CTCP commands sent over DCC.
  13.  
  14.    A specific local port may be specified for the transfer.  This is useful
  15.    to users behind a firewall that only permits inbound connections on
  16.    specific port numbers.
  17.  
  18. Options:
  19.    -port   use s specific local port
  20.  
  21. Examples:
  22.    To send a file to joebob:
  23.       /dcc send joebob somefile
  24.       
  25. See Also:
  26.    dcc(1) get; set(4) dcc_sliding_window
  27.  
  28.